home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / install.dxr / Internal_10_ButtonH.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  243 b   |  11 lines

  1. on ButtonH AlertSound
  2.   set K to the clickOn
  3.   puppetSound(AlertSound)
  4.   set the castNum of sprite K to the castNum of sprite K + 1
  5.   updateStage()
  6.   repeat while the stillDown or soundBusy(1)
  7.   end repeat
  8.   updateStage()
  9.   puppetSound(0)
  10. end
  11.